func runtime.printindented

5 uses

	runtime (current package)
		error.go#L270: 		printindented(v)
		error.go#L284: 		printindented(*(*string)(eface.data))
		error.go#L324: func printindented(s string) {
		panic.go#L1090: 		printindented(s) // logically printpanicval(s), but avoids convTstring write barrier
		panic.go#L1112: 		printindented(s) // logically printpanicval(s), but avoids convTstring write barrier